-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/everything not in beta #1150
Conversation
e45704e
to
81886c6
Compare
docs/runner/fee-options.md
Outdated
@@ -36,6 +36,7 @@ This is the default behaviour. Makes sure you check your organisations policy or | |||
|
|||
When a user fails a payment, they will see the page [pay-error](./../../runner/src/server/views/pay-error.html). | |||
|
|||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tidy pls
docs/runner/fee-options.md
Outdated
@@ -45,3 +46,12 @@ If your service does not allow submission without payment, set | |||
`allowSubmissionWithoutPayment: false`. `maxAttempts` will have no effect. The user will be able to retry as many times as they like. | |||
You can provide them with `customPayErrorMessage` to provide them with another route to payment. | |||
|
|||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tidy pls
docs/runner/fee-options.md
Outdated
If your service does not allow submission without payment, set | ||
`allowSubmissionWithoutPayment: false`. `maxAttempts` will have no effect. The user will be able to retry as many times as they like. | ||
You can provide them with `customPayErrorMessage` to provide them with another route to payment. | ||
>>>>>>> e45704e (Squash commit of beta) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tidy pls
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Please also include any acceptance criteria if you have any.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce
the testing if necessary.
Checklist: